--- a/schemas/agency.json.php +++ b/schemas/agency.json.php @@ -4,8 +4,8 @@ "description" => "Representation of government agency and online transparency measures", "type" => "object", "properties" => Array( - "name" => Array("type" => "string", "required" => true, "description" => "Agency Name, most recent and broadest"), - "othernames" => Array("type" => "array", "required" => true, "description" => "Agency Names", + "name" => Array("type" => "string", "required" => true, "x-title"=> "Agency Name", "description" => "Agency Name, most recent and broadest"), + "othernames" => Array("type" => "array", "required" => true, "x-title" => "Agency Past/Other Names", "description" => "Agency Names", "items" => Array("type" => "string")), ), /*"org":{"type":"object",