Amazon FreeRTOS · Schema
SoftwareConfiguration
A FreeRTOS software configuration specifying firmware libraries, settings, and target hardware platform.
Embedded SystemsIoTMicrocontrollersRTOS
Properties
| Name | Type | Description |
|---|---|---|
| softwareConfigurationId | string | Unique ID of the software configuration. |
| name | string | Name of the software configuration. |
| description | string | Optional description. |
| arn | string | ARN of the software configuration. |
| status | string | Status of the configuration. |
| version | string | Version string. |
| hardwarePlatform | string | Target microcontroller platform (e.g., ESP32, STM32). |
| creationDate | string | |
| lastUpdatedDate | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-freertos/refs/heads/main/json-schema/amazon-freertos-software-configuration-schema.json",
"title": "SoftwareConfiguration",
"description": "A FreeRTOS software configuration specifying firmware libraries, settings, and target hardware platform.",
"type": "object",
"properties": {
"softwareConfigurationId": {
"type": "string",
"description": "Unique ID of the software configuration."
},
"name": {
"type": "string",
"description": "Name of the software configuration."
},
"description": {
"type": "string",
"description": "Optional description."
},
"arn": {
"type": "string",
"description": "ARN of the software configuration."
},
"status": {
"type": "string",
"enum": [
"ACTIVE",
"INACTIVE"
],
"description": "Status of the configuration."
},
"version": {
"type": "string",
"description": "Version string."
},
"hardwarePlatform": {
"type": "string",
"description": "Target microcontroller platform (e.g., ESP32, STM32)."
},
"creationDate": {
"type": "string",
"format": "date-time"
},
"lastUpdatedDate": {
"type": "string",
"format": "date-time"
}
},
"required": [
"name",
"hardwarePlatform"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-freertos-software-configuration"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.