{
    "platform": "BrandShyp Public API",
    "version": "v1",
    "description": "A small platform of read-only public APIs over the datasets behind our free tools. Built the way we build data systems on contract: versioned, documented, provenance-carrying.",
    "documentation": "https://brandshyp.org/developers/",
    "resources": [
        {
            "name": "crime",
            "title": "San Antonio crime (SAPD reported offences by ZIP)",
            "discovery": "https://brandshyp.org/api/v1/crime",
            "openapi": "https://brandshyp.org/api/v1/openapi.json",
            "documentation": "https://brandshyp.org/crime-data-api/"
        },
        {
            "name": "stig-nist",
            "title": "DISA STIG to NIST 800-53 control mapping",
            "discovery": "https://brandshyp.org/api/v1/stig-nist",
            "openapi": "https://brandshyp.org/api/v1/compliance/openapi.json",
            "documentation": "https://brandshyp.org/compliance-api/"
        },
        {
            "name": "nist-800-171",
            "title": "NIST SP 800-171 rev2 controls with DoD SPRS weights",
            "discovery": "https://brandshyp.org/api/v1/nist-800-171",
            "openapi": "https://brandshyp.org/api/v1/compliance/openapi.json",
            "documentation": "https://brandshyp.org/compliance-api/"
        }
    ],
    "license": "Individual resources carry their own license; see each discovery document.",
    "contact": {
        "name": "BrandShyp",
        "url": "https://brandshyp.org/contact-us/"
    }
}