mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			
		
			
				
	
	
		
			28 lines
		
	
	
		
			678 B
		
	
	
	
		
			JSON
		
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			678 B
		
	
	
	
		
			JSON
		
	
	
{
 | 
						|
  "$schema": "http://json-schema.org/draft-06/schema#",
 | 
						|
  "title": "Mbed Library Schema",
 | 
						|
  "description": "Configuration file for an mbed application",
 | 
						|
  "type": "object",
 | 
						|
  "properties": {
 | 
						|
    "name": {
 | 
						|
      "$ref": "definitions.json#/name_definition"
 | 
						|
    },
 | 
						|
    "config": {
 | 
						|
      "$ref": "definitions.json#/config_definition"
 | 
						|
    },
 | 
						|
    "target_overrides": {
 | 
						|
      "$ref": "definitions.json#/target_overrides_definition"
 | 
						|
    },
 | 
						|
    "macros": {
 | 
						|
      "$ref": "definitions.json#/macro_definition"
 | 
						|
    },
 | 
						|
    "requires": {
 | 
						|
      "$ref": "definitions.json#/requires_definition"
 | 
						|
    },
 | 
						|
    "artifact_name": {
 | 
						|
      "type": "string"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "additionalProperties": false
 | 
						|
}
 |